docs: 添加 AGENTS 指南#95
Merged
Merged
Conversation
为仓库和各 workspace 成员补充 AGENTS.md,明确 AI 辅助改动时应遵循的项目边界。 - 根目录记录项目结构、依赖与工具、提交、验证和文档约定。 - 子项目记录各 crate 与 web UI 的局部规则和验证入口。 - 避免引入仓库未声明的环境假设,缺少工具时要求如实说明。
This was referenced May 6, 2026
Closed
Contributor
Author
|
@ZR233 hi,请问可以 review 一下吗 |
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要
本 PR 添加
AGENTS.md,用于为 AI 编程智能体提供仓库和子目录级协作指南,帮助智能体在修改代码前了解项目结构、模块边界和验证入口。AGENTS.md是被多种主流 AI 编程智能体支持的项目说明文件,适合用于沉淀这类面向智能体的协作规则。